home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / LOTUS027.DSK / MODEMS / USRDUAL.MDM < prev    next >
Text File  |  1993-02-22  |  3KB  |  99 lines

  1. ; USRobotics Dual Standard 9600
  2.  
  3. ;=============================================================
  4. ; Last revision date: 02/22/93 (update this date
  5. ; each time you edit; it is also advisable to rename
  6. ; your edited file [use Save As, rather than Save 
  7. ; option] to avoid later confusion and to keep the 
  8. ; original .MDM file intact).
  9.  
  10. ; NOTE: Refer to the file TEMPLATE.MDM (A Sample Modem 
  11. ; Command File) for a description of modem command 
  12. ; files and how they work. "A Sample Modem Command 
  13. ; File" is user selectable within the Lotus Notes 
  14. ; Setup dialog "Modem Type" listbox in which you found 
  15. ; this modem command file (see end of listings, 
  16. ; beginning with a period) and is a printable ASCII 
  17. ; text file (approximately 15 pages). 
  18.  
  19. ; Additional information may be obtained from either of 
  20. ; the two so-called "generic" modem command files 
  21. ; (alphabetically listed under letter G, designed for 
  22. ; use with Notes Releases 2.x and 3.x, 9600 bps and 
  23. ; 14400 bps maximum, respectively), each of which may 
  24. ; first be tried as-is with unlisted modems, then edited 
  25. ; if required (within the Notes edit box, or outside of 
  26. ; Notes, with any text editor) according to the printed 
  27. ; instructions within each file, and in compliance with 
  28. ; the vendor's command set, result codes, DIP switch 
  29. ; settings, and technical specifications as listed in 
  30. ; the equipment's users manual.
  31.  
  32. ; For the specific modem(s) listed under this heading:
  33. ;===============================================================
  34.   
  35. ; Switch settings:  
  36. ;        Large switch: UP
  37. ;        DIP switches: 1,2,4,6,7 = UP, all others DOWN 
  38.  
  39. [attributes]
  40.  
  41. MODELS=USRobotics Dual Standard 9600
  42. DEFAULT SPEED=38400
  43. MAXIMUM SPEED=38400
  44. NULL MODEM=0
  45.  
  46. [commands]
  47.  
  48. ESCAPE=+++
  49. ATTENTION=ATE0V1
  50. HANGUP=ATH0
  51. SETUP=AT&F
  52. SETUP=ATE0&A2B0&N0S10=15&B1
  53. SETUP=ATV1Q0S0=0S7=60X4
  54. RTS/CTS ENABLED=AT&H1&R2&K2
  55. RTS/CTS IGNORED=AT&H0&R1&K0
  56. VOLUME OFF=ATM0
  57. VOLUME LOW=ATM1
  58. VOLUME MEDIUM=ATM1
  59. VOLUME HIGH=ATM1
  60. ANSWER=ATA
  61. MANUAL DIAL=ATX3S9=1D,
  62. AUTO DIAL SETUP=ATS9=6
  63. AUTO PULSE DIAL=ATDP
  64. AUTO TONE DIAL=ATDT
  65. AUTO DIAL SUFFIX=,
  66.  
  67. [responses]
  68.  
  69. OK=OK
  70.  
  71. RING=RING
  72.  
  73. BUSY=BUSY
  74.  
  75. NO DIALTONE=NO DIAL TONE
  76.  
  77. NO ANSWER=NO ANSWER
  78.  
  79. NO CARRIER=NO CARRIER
  80.  
  81. ERROR=ERROR
  82.  
  83. CONNECT, 38400,9600=CONNECT 9600
  84. CONNECT, 38400,9600=CONNECT 9600/ARQ
  85. CONNECT, 38400,9600=CONNECT 9600/V32
  86. CONNECT, 38400,9600=CONNECT 9600/ARQ/V32
  87.  
  88. CONNECT, 38400,4800=CONNECT 4800
  89. CONNECT, 38400,4800=CONNECT 4800/ARQ
  90. CONNECT, 38400,4800=CONNECT 4800/V32
  91. CONNECT, 38400,4800=CONNECT 4800/ARQ/V32
  92.  
  93. CONNECT, 38400,2400=CONNECT 2400
  94. CONNECT, 38400,2400=CONNECT 2400/ARQ
  95.  
  96. CONNECT, 38400,1200=CONNECT 1200
  97. CONNECT, 38400,1200=CONNECT 1200/ARQ
  98.  
  99.